home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / halt / scripts / DefineSprite_89 / frame_1 / DoAction_2.as next >
Encoding:
Text File  |  2002-03-20  |  113 b   |  9 lines

  1. if(label eq "")
  2. {
  3.    _root.label = eval("_level0/lib:popup_subject");
  4. }
  5. else
  6. {
  7.    _root.label = label;
  8. }
  9.